@charset "UTF-8";
/*
 * variables
 */
body,
html,
div,
header,
footer,
nav,
li,
h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

html {
  height: 100%;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft YaHei", sans-serif;
  color: #333;
  background-image: url(https://gw.alicdn.com/tfs/TB1xzbUumBYBeNjy0FeXXbnmFXa-125-121.png);
  position: relative;
  min-height: 100%;
  padding-bottom: 190px;
}

a {
  text-decoration: none;
}

button {
  border: none;
  outline: none;
}

hr {
  border: 0;
  border-top: 1px solid #eee;
  margin: 20px 0;
}

h1 {
  font-size: 30px;
}

h2 {
  font-size: 26px;
  border-bottom: 1px solid #eee;
  margin: 30px 0 25px;
}

h3 {
  font-size: 23px;
  margin: 30px 0 20px;
}

h4 {
  font-size: 19px;
  margin: 25px 0 10px;
}

h5 {
  font-size: 17px;
  margin: 20px 0 10px;
}

h6 {
  font-size: 16px;
  margin: 10px 0 5px;
}

blockquote {
  color: #444;
  border-left: 5px solid #D6DBDF;
  padding-left: 15px;
  background: rgba(112, 138, 153, 0.1);
  padding: 10px 20px;
  margin: 0 0 20px;
}
blockquote p:last-of-type {
  margin: 0;
}

table {
  border-top: 2px solid #777;
  border-bottom: 2px solid #777;
  border-left: 2px solid #777;
  border-right: 2px solid #777;
  margin: 8px 8px 8px 8px;
  border-collapse: collapse;
}
table thead {
  border-bottom: 1px solid #777;
  background-color: #aaa;
  color: #fff;
}
table th {
  padding: 2px 10px;
  text-align: left;
}
table tbody tr:nth-of-type(2n+1) {
  background-color: #f8f8fd;
}
table tbody tr:nth-of-type(2n) {
  background-color: #e5eaed;
}
table td {
  padding: 2px 10px;
}

p {
  margin: 0 0 14px;
}

img {
  max-width: 100%;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

ol {
  margin-bottom: 16px;
}

ul {
  margin-bottom: 16px;
}

header {
  background: #222;
  height: 52px;
  color: #9d9d9d;
  box-shadow: 0 2px 4px 1px rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
}
header a {
  color: #9d9d9d;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header a:hover {
  color: #fff;
}
header .wrapper {
  width: 1140px;
  margin: 0 auto;
  line-height: 52px;
}
header .wrapper .brand {
  font-size: 18px;
}
header .wrapper small {
  margin-left: 26px;
  font-size: 14px;
}
header .wrapper .menu {
  display: none;
}
header .wrapper nav {
  float: right;
}
header .wrapper nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}
header .wrapper nav ul li {
  list-style: none;
  font-size: 14px;
  display: inline-block;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
header .wrapper nav ul li a {
  display: inline-block;
  padding: 0 10px;
  height: 52px;
}
header .wrapper nav ul li a:hover {
  background-color: #000;
}
header .wrapper nav ul li a i {
  margin-right: 5px;
}
header .wrapper nav ul li > .active {
  color: #fff;
  background-color: #000;
  box-shadow: 0 25px 25px -15px rgba(255, 255, 255, 0.93);
}

@media screen and (max-width: 1200px) and (min-width: 770px) {
  header {
    height: 50px;
  }
  header .wrapper {
    width: 90%;
    line-height: 50px;
  }
  header .wrapper .brand {
    font-size: 16px;
  }
  header .wrapper small {
    margin-left: 15px;
    font-size: 12px;
  }
  header .wrapper .menu {
    display: none;
  }
  header .wrapper nav ul li a {
    padding: 0 8px;
    height: 50px;
  }
  header .wrapper nav ul li a i {
    margin-right: 4px;
  }
}
@media screen and (max-width: 770px) {
  header {
    height: 48px;
    margin-bottom: 15px;
  }
  header .wrapper {
    width: 95%;
    margin: 0 auto;
    line-height: 48px;
    position: relative;
    z-index: 101;
  }
  header .wrapper .brand {
    font-size: 16px;
  }
  header .wrapper small {
    margin-left: 10px;
    font-size: 12px;
  }
  header .wrapper .menu {
    display: inline-block;
    position: absolute;
    z-index: -102;
    right: 0;
    top: 10px;
    padding: 5px 10px;
    background: #333;
    border: 1px solid #333;
    border-radius: 4px;
    color: #c9c9c9;
    font-size: 17px;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease;
  }
  header .wrapper > .active {
    background: #000;
    color: #fff;
  }
  header .wrapper .nav-show {
    visibility: visible;
    transform: scale(1);
    opacity: 1;
  }
  header .wrapper nav {
    position: absolute;
    z-index: 100;
    right: 0;
    top: 47px;
    text-align: center;
    visibility: hidden;
    transform-origin: 100% 0%;
    transform: scale(0.1);
    opacity: 0;
    transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38);
  }
  header .wrapper nav ul {
    background: #222;
    border-radius: 0 0 4px 4px;
    box-shadow: 0px 3px 4px 1px rgba(0, 0, 0, 0.5);
  }
  header .wrapper nav ul li {
    font-size: 14px;
    display: block;
    border-bottom: 1px solid #333;
  }
  header .wrapper nav ul li a {
    display: block;
    padding: 0 10px;
    height: 40px;
    line-height: 40px;
  }
  header .wrapper nav ul li:last-of-type {
    border: none;
  }
  header .wrapper nav ul li > .active {
    color: #fff;
    background-color: #000;
    box-shadow: none;
  }
}
.gitment-container {
  font-family: sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  word-wrap: break-word;
}

.gitment-container * {
  box-sizing: border-box;
}

.gitment-container *:disabled {
  cursor: not-allowed;
}

.gitment-container a,
.gitment-container a:visited {
  cursor: pointer;
  text-decoration: none;
}

.gitment-container a:hover {
  text-decoration: underline;
}

.gitment-container .gitment-hidden {
  display: none;
}

.gitment-container .gitment-spinner-icon {
  fill: #333;
  -webkit-animation: gitment-spin 1s steps(12) infinite;
  animation: gitment-spin 1s steps(12) infinite;
}

@-webkit-keyframes gitment-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes gitment-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.gitment-root-container {
  margin: 19px 0;
}

.gitment-header-container {
  margin: 19px 0;
}

.gitment-header-like-btn,
.gitment-comment-like-btn {
  cursor: pointer;
}

.gitment-comment-like-btn {
  float: right;
}

.gitment-comment-like-btn.liked {
  color: #F44336;
}

.gitment-header-like-btn svg {
  vertical-align: middle;
  height: 30px;
}

.gitment-comment-like-btn svg {
  vertical-align: middle;
  height: 20px;
}

.gitment-header-like-btn.liked svg,
.gitment-comment-like-btn.liked svg {
  fill: #F44336;
}

a.gitment-header-issue-link,
a.gitment-header-issue-link:visited {
  float: right;
  line-height: 30px;
  color: #666;
}

a.gitment-header-issue-link:hover {
  color: #666;
}

.gitment-comments-loading,
.gitment-comments-error,
.gitment-comments-empty {
  text-align: center;
  margin: 50px 0;
}

.gitment-comments-list {
  list-style: none;
  padding-left: 0;
  margin: 0 0 38px;
}

.gitment-comment,
.gitment-editor-container {
  position: relative;
  min-height: 60px;
  padding-left: 60px;
  margin: 19px 0;
}

.gitment-comment-avatar,
.gitment-editor-avatar {
  float: left;
  margin-left: -60px;
}

.gitment-comment-avatar,
.gitment-comment-avatar-img,
.gitment-comment-avatar,
.gitment-editor-avatar-img,
.gitment-editor-avatar svg {
  width: 44px;
  height: 44px;
  border-radius: 3px;
}

.gitment-editor-avatar .gitment-github-icon {
  fill: #fff;
  background-color: #333;
}

.gitment-comment-main,
.gitment-editor-main {
  position: relative;
  border: 1px solid #CFD8DC;
  border-radius: 0;
}

.gitment-editor-main::before,
.gitment-editor-main::after,
.gitment-comment-main::before,
.gitment-comment-main::after {
  position: absolute;
  top: 11px;
  left: -16px;
  display: block;
  width: 0;
  height: 0;
  pointer-events: none;
  content: "";
  border-color: transparent;
  border-style: solid solid outset;
}

.gitment-editor-main::before,
.gitment-comment-main::before {
  border-width: 8px;
  border-right-color: #CFD8DC;
}

.gitment-editor-main::after,
.gitment-comment-main::after {
  margin-top: 1px;
  margin-left: 2px;
  border-width: 7px;
  border-right-color: #fff;
}

.gitment-comment-header {
  margin: 12px 15px;
  color: #a89984;
  background-color: #252525;
  border-radius: 3px;
}

.gitment-editor-header {
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #CFD8DC;
}

a.gitment-comment-name,
a.gitment-comment-name:visited {
  font-weight: 600;
}

.gitment-editor-tabs {
  margin-bottom: -1px;
  margin-left: -1px;
}

.gitment-editor-tab {
  display: inline-block;
  padding: 11px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #666;
  text-decoration: none;
  background-color: transparent;
  border-width: 0 1px;
  border-style: solid;
  border-color: transparent;
  border-radius: 0;
  white-space: nowrap;
  cursor: pointer;
  user-select: none;
  outline: none;
}

.gitment-editor-tab.gitment-selected {
  color: #333;
  background-color: #fff;
  border-color: #CFD8DC;
}

.gitment-editor-login {
  float: right;
  margin-top: -30px;
  margin-right: 15px;
}

a.gitment-footer-project-link,
a.gitment-footer-project-link:visited,
a.gitment-editor-login-link,
a.gitment-editor-login-link:visited {
  color: #2196F3;
}

a.gitment-editor-logout-link,
a.gitment-editor-logout-link:visited {
  color: #666;
}

a.gitment-editor-logout-link:hover {
  color: #2196F3;
  text-decoration: none;
}

.gitment-comment-body {
  position: relative;
  margin: 12px 15px;
  overflow: hidden;
  border-radius: 3px;
}

.gitment-comment-body-folded {
  cursor: pointer;
}

.gitment-comment-body-folded::before {
  display: block !important;
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 50px;
  pointer-events: none;
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
}

.gitment-comment-body-folded::after {
  display: block !important;
  content: "Click to Expand" !important;
  text-align: center;
  color: #666;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  left: 0;
  bottom: 0;
  pointer-events: none;
  background: rgba(255, 255, 255, 0.9);
}

.gitment-editor-body {
  margin: 0;
}

.gitment-comment-body > *:first-child,
.gitment-editor-preview > *:first-child {
  margin-top: 0 !important;
}

.gitment-comment-body > *:last-child,
.gitment-editor-preview > *:last-child {
  margin-bottom: 0 !important;
}

.gitment-editor-body textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  max-height: 500px;
  padding: 16px;
  resize: vertical;
  max-width: 100%;
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
  background-color: #fff;
  color: #333;
  vertical-align: middle;
  border: none;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  overflow: visible;
}

.gitment-editor-body textarea:focus {
  background-color: #fff;
}

.gitment-editor-preview {
  min-height: 150px;
  padding: 16px;
  background-color: transparent;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  word-wrap: break-word;
}

.gitment-editor-footer {
  padding: 0;
  margin-top: 10px;
}

.gitment-editor-footer::after {
  display: table;
  clear: both;
  content: "";
}

a.gitment-editor-footer-tip {
  display: inline-block;
  padding-top: 10px;
  font-size: 12px;
  color: #666;
}

a.gitment-editor-footer-tip:hover {
  color: #2196F3;
  text-decoration: none;
}

.gitment-comments-pagination {
  list-style: none;
  text-align: right;
  border-radius: 0;
  margin: -19px 0 19px 0;
}

.gitment-comments-page-item {
  display: inline-block;
  cursor: pointer;
  border: 1px solid #CFD8DC;
  margin-left: -1px;
  padding: 0.25rem 0.5rem;
}

.gitment-comments-page-item:hover {
  background-color: #f5f5f5;
}

.gitment-comments-page-item.gitment-selected {
  background-color: #f5f5f5;
}

.gitment-editor-submit,
.gitment-comments-init-btn {
  color: #fff;
  background-color: #00BCD4;
  position: relative;
  display: inline-block;
  padding: 7px 13px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-size: 110% 110%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.gitment-editor-submit:hover,
.gitment-comments-init-btn:hover {
  background-color: #00ACC1;
}

.gitment-comments-init-btn:disabled,
.gitment-editor-submit:disabled {
  color: rgba(255, 255, 255, 0.75);
  background-color: #4DD0E1;
  box-shadow: none;
}

.gitment-editor-submit {
  float: right;
}

.gitment-footer-container {
  margin-top: 30px;
  margin-bottom: 20px;
  text-align: right;
  font-size: 12px;
}

/*
 * Markdown CSS
 * Copied from https://github.com/sindresorhus/github-markdown-css
 */
.gitment-markdown {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  line-height: 1.5;
  color: #a89984;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  line-height: 1.5;
  word-wrap: break-word;
}

.gitment-markdown .pl-c {
  color: #969896;
}

.gitment-markdown .pl-c1,
.gitment-markdown .pl-s .pl-v {
  color: #0086b3;
}

.gitment-markdown .pl-e,
.gitment-markdown .pl-en {
  color: #795da3;
}

.gitment-markdown .pl-smi,
.gitment-markdown .pl-s .pl-s1 {
  color: #333;
}

.gitment-markdown .pl-ent {
  color: #63a35c;
}

.gitment-markdown .pl-k {
  color: #a71d5d;
}

.gitment-markdown .pl-s,
.gitment-markdown .pl-pds,
.gitment-markdown .pl-s .pl-pse .pl-s1,
.gitment-markdown .pl-sr,
.gitment-markdown .pl-sr .pl-cce,
.gitment-markdown .pl-sr .pl-sre,
.gitment-markdown .pl-sr .pl-sra {
  color: #183691;
}

.gitment-markdown .pl-v,
.gitment-markdown .pl-smw {
  color: #ed6a43;
}

.gitment-markdown .pl-bu {
  color: #b52a1d;
}

.gitment-markdown .pl-ii {
  color: #f8f8f8;
  background-color: #b52a1d;
}

.gitment-markdown .pl-c2 {
  color: #f8f8f8;
  background-color: #b52a1d;
}

.gitment-markdown .pl-c2::before {
  content: "^M";
}

.gitment-markdown .pl-sr .pl-cce {
  font-weight: bold;
  color: #63a35c;
}

.gitment-markdown .pl-ml {
  color: #693a17;
}

.gitment-markdown .pl-mh,
.gitment-markdown .pl-mh .pl-en,
.gitment-markdown .pl-ms {
  font-weight: bold;
  color: #1d3e81;
}

.gitment-markdown .pl-mq {
  color: #008080;
}

.gitment-markdown .pl-mi {
  font-style: italic;
  color: #333;
}

.gitment-markdown .pl-mb {
  font-weight: bold;
  color: #333;
}

.gitment-markdown .pl-md {
  color: #bd2c00;
  background-color: #ffecec;
}

.gitment-markdown .pl-mi1 {
  color: #55a532;
  background-color: #eaffea;
}

.gitment-markdown .pl-mc {
  color: #ef9700;
  background-color: #ffe3b4;
}

.gitment-markdown .pl-mi2 {
  color: #d8d8d8;
  background-color: #808080;
}

.gitment-markdown .pl-mdr {
  font-weight: bold;
  color: #795da3;
}

.gitment-markdown .pl-mo {
  color: #1d3e81;
}

.gitment-markdown .pl-ba {
  color: #595e62;
}

.gitment-markdown .pl-sg {
  color: #c0c0c0;
}

.gitment-markdown .pl-corl {
  text-decoration: underline;
  color: #183691;
}

.gitment-markdown .octicon {
  display: inline-block;
  vertical-align: text-top;
  fill: currentColor;
}

.gitment-markdown a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

.gitment-markdown a:active,
.gitment-markdown a:hover {
  outline-width: 0;
}

.gitment-markdown strong {
  font-weight: inherit;
}

.gitment-markdown strong {
  font-weight: bolder;
}

.gitment-markdown h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

.gitment-markdown img {
  border-style: none;
}

.gitment-markdown svg:not(:root) {
  overflow: hidden;
}

.gitment-markdown code,
.gitment-markdown kbd,
.gitment-markdown pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

.gitment-markdown hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

.gitment-markdown input {
  font: inherit;
  margin: 0;
}

.gitment-markdown input {
  overflow: visible;
}

.gitment-markdown [type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

.gitment-markdown * {
  box-sizing: border-box;
}

.gitment-markdown input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.gitment-markdown a {
  color: #0366d6;
  text-decoration: none;
}

.gitment-markdown a:hover {
  text-decoration: underline;
}

.gitment-markdown strong {
  font-weight: 600;
}

.gitment-markdown hr {
  height: 0;
  margin: 15px 0;
  overflow: hidden;
  background: transparent;
  border: 0;
  border-bottom: 1px solid #dfe2e5;
}

.gitment-markdown hr::before {
  display: table;
  content: "";
}

.gitment-markdown hr::after {
  display: table;
  clear: both;
  content: "";
}

.gitment-markdown table {
  border-spacing: 0;
  border-collapse: collapse;
}

.gitment-markdown td,
.gitment-markdown th {
  padding: 0;
}

.gitment-markdown h1,
.gitment-markdown h2,
.gitment-markdown h3,
.gitment-markdown h4,
.gitment-markdown h5,
.gitment-markdown h6 {
  margin-top: 0;
  margin-bottom: 0;
}

.gitment-markdown h1 {
  font-size: 32px;
  font-weight: 600;
}

.gitment-markdown h2 {
  font-size: 24px;
  font-weight: 600;
}

.gitment-markdown h3 {
  font-size: 20px;
  font-weight: 600;
}

.gitment-markdown h4 {
  font-size: 16px;
  font-weight: 600;
}

.gitment-markdown h5 {
  font-size: 14px;
  font-weight: 600;
}

.gitment-markdown h6 {
  font-size: 12px;
  font-weight: 600;
}

.gitment-markdown p {
  margin-top: 0;
  margin-bottom: 10px;
}

.gitment-markdown blockquote {
  margin: 0;
}

.gitment-markdown ul,
.gitment-markdown ol {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.gitment-markdown ol ol,
.gitment-markdown ul ol {
  list-style-type: lower-roman;
}

.gitment-markdown ul ul ol,
.gitment-markdown ul ol ol,
.gitment-markdown ol ul ol,
.gitment-markdown ol ol ol {
  list-style-type: lower-alpha;
}

.gitment-markdown dd {
  margin-left: 0;
}

.gitment-markdown code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  font-size: 12px;
}

.gitment-markdown pre {
  margin-top: 0;
  margin-bottom: 0;
  font: 12px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
}

.gitment-markdown .octicon {
  vertical-align: text-bottom;
}

.gitment-markdown .pl-0 {
  padding-left: 0 !important;
}

.gitment-markdown .pl-1 {
  padding-left: 4px !important;
}

.gitment-markdown .pl-2 {
  padding-left: 8px !important;
}

.gitment-markdown .pl-3 {
  padding-left: 16px !important;
}

.gitment-markdown .pl-4 {
  padding-left: 24px !important;
}

.gitment-markdown .pl-5 {
  padding-left: 32px !important;
}

.gitment-markdown .pl-6 {
  padding-left: 40px !important;
}

.gitment-markdown::before {
  display: table;
  content: "";
}

.gitment-markdown::after {
  display: table;
  clear: both;
  content: "";
}

.gitment-markdown > *:first-child {
  margin-top: 0 !important;
}

.gitment-markdown > *:last-child {
  margin-bottom: 0 !important;
}

.gitment-markdown a:not([href]) {
  color: inherit;
  text-decoration: none;
}

.gitment-markdown .anchor {
  float: left;
  padding-right: 4px;
  margin-left: -20px;
  line-height: 1;
}

.gitment-markdown .anchor:focus {
  outline: none;
}

.gitment-markdown p,
.gitment-markdown blockquote,
.gitment-markdown ul,
.gitment-markdown ol,
.gitment-markdown dl,
.gitment-markdown table,
.gitment-markdown pre {
  margin-top: 0;
  margin-bottom: 16px;
}

.gitment-markdown hr {
  height: 0.25em;
  padding: 0;
  margin: 24px 0;
  background-color: #e1e4e8;
  border: 0;
}

.gitment-markdown blockquote {
  padding: 0 1em;
  color: #6a737d;
  border-left: 0.25em solid #dfe2e5;
}

.gitment-markdown blockquote > :first-child {
  margin-top: 0;
}

.gitment-markdown blockquote > :last-child {
  margin-bottom: 0;
}

.gitment-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font-size: 11px;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fafbfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 #959da5;
}

.gitment-markdown h1,
.gitment-markdown h2,
.gitment-markdown h3,
.gitment-markdown h4,
.gitment-markdown h5,
.gitment-markdown h6 {
  margin-top: 24px;
  margin-bottom: 16px;
  font-weight: 600;
  line-height: 1.25;
}

.gitment-markdown h1 .octicon-link,
.gitment-markdown h2 .octicon-link,
.gitment-markdown h3 .octicon-link,
.gitment-markdown h4 .octicon-link,
.gitment-markdown h5 .octicon-link,
.gitment-markdown h6 .octicon-link {
  color: #1b1f23;
  vertical-align: middle;
  visibility: hidden;
}

.gitment-markdown h1:hover .anchor,
.gitment-markdown h2:hover .anchor,
.gitment-markdown h3:hover .anchor,
.gitment-markdown h4:hover .anchor,
.gitment-markdown h5:hover .anchor,
.gitment-markdown h6:hover .anchor {
  text-decoration: none;
}

.gitment-markdown h1:hover .anchor .octicon-link,
.gitment-markdown h2:hover .anchor .octicon-link,
.gitment-markdown h3:hover .anchor .octicon-link,
.gitment-markdown h4:hover .anchor .octicon-link,
.gitment-markdown h5:hover .anchor .octicon-link,
.gitment-markdown h6:hover .anchor .octicon-link {
  visibility: visible;
}

.gitment-markdown h1 {
  padding-bottom: 0.3em;
  font-size: 2em;
  border-bottom: 1px solid #eaecef;
}

.gitment-markdown h2 {
  padding-bottom: 0.3em;
  font-size: 1.5em;
  border-bottom: 1px solid #eaecef;
}

.gitment-markdown h3 {
  font-size: 1.25em;
}

.gitment-markdown h4 {
  font-size: 1em;
}

.gitment-markdown h5 {
  font-size: 0.875em;
}

.gitment-markdown h6 {
  font-size: 0.85em;
  color: #6a737d;
}

.gitment-markdown ul,
.gitment-markdown ol {
  padding-left: 2em;
}

.gitment-markdown ul ul,
.gitment-markdown ul ol,
.gitment-markdown ol ol,
.gitment-markdown ol ul {
  margin-top: 0;
  margin-bottom: 0;
}

.gitment-markdown li > p {
  margin-top: 16px;
}

.gitment-markdown li + li {
  margin-top: 0.25em;
}

.gitment-markdown dl {
  padding: 0;
}

.gitment-markdown dl dt {
  padding: 0;
  margin-top: 16px;
  font-size: 1em;
  font-style: italic;
  font-weight: 600;
}

.gitment-markdown dl dd {
  padding: 0 16px;
  margin-bottom: 16px;
}

.gitment-markdown table {
  display: block;
  width: 100%;
  overflow: auto;
}

.gitment-markdown table th {
  font-weight: 600;
}

.gitment-markdown table th,
.gitment-markdown table td {
  padding: 6px 13px;
  border: 1px solid #dfe2e5;
}

.gitment-markdown table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}

.gitment-markdown table tr:nth-child(2n) {
  background-color: #f5f5f5;
}

.gitment-markdown img {
  max-width: 100%;
  box-sizing: content-box;
  background-color: #fff;
}

.gitment-markdown code {
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  margin: 0;
  font-size: 85%;
  background-color: rgba(27, 31, 35, 0.05);
  border-radius: 0;
}

.gitment-markdown code::before,
.gitment-markdown code::after {
  letter-spacing: -0.2em;
  content: " ";
}

.gitment-markdown pre {
  word-wrap: normal;
}

.gitment-markdown pre > code {
  padding: 0;
  margin: 0;
  font-size: 100%;
  word-break: normal;
  white-space: pre;
  background: transparent;
  border: 0;
}

.gitment-markdown .highlight {
  margin-bottom: 16px;
}

.gitment-markdown .highlight pre {
  margin-bottom: 0;
  word-break: normal;
}

.gitment-markdown .highlight pre,
.gitment-markdown pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f5f5f5;
  border-radius: 0;
}

.gitment-markdown pre code {
  display: inline;
  max-width: auto;
  padding: 0;
  margin: 0;
  overflow: visible;
  line-height: inherit;
  word-wrap: normal;
  background-color: transparent;
  border: 0;
}

.gitment-markdown pre code::before,
.gitment-markdown pre code::after {
  content: normal;
}

.gitment-markdown .full-commit .btn-outline:not(:disabled):hover {
  color: #005cc5;
  border-color: #005cc5;
}

.gitment-markdown kbd {
  display: inline-block;
  padding: 3px 5px;
  font: 11px "SFMono-Regular", Consolas, "Liberation Mono", Menlo, Courier, monospace;
  line-height: 10px;
  color: #444d56;
  vertical-align: middle;
  background-color: #fcfcfc;
  border: solid 1px #c6cbd1;
  border-bottom-color: #959da5;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 #959da5;
}

.gitment-markdown :checked + .radio-label {
  position: relative;
  z-index: 1;
  border-color: #0366d6;
}

.gitment-markdown .task-list-item {
  list-style-type: none;
}

.gitment-markdown .task-list-item + .task-list-item {
  margin-top: 3px;
}

.gitment-markdown .task-list-item input {
  margin: 0 0.2em 0.25em -1.6em;
  vertical-align: middle;
}

.gitment-markdown hr {
  border-bottom-color: #eee;
}

#markdown-toc {
  display: none;
}

.page[post] .label {
  margin-top: 16px;
  overflow: hidden;
}
.page[post] .label .label-card {
  float: left;
  margin-right: 15px;
}
.page[post] .label .label-card .point {
  padding: 0 10px;
  color: #9d9d9d;
}
.page[post] .label .label-card i {
  padding-right: 5px;
  color: #6b6a6a;
}
.page[post] a {
  color: #4d6dad;
  transition: 0.5s ease;
}
.page[post] a:hover {
  color: #223253;
  background-color: #f4efeb;
}
.page[post] .left ul > h2 {
  color: #333;
}
.page[post] .left ul li {
  color: #333;
  margin: 0;
}

@media screen and (max-width: 770px) {
  .page[post] .left {
    font-size: 15px;
  }
  .page[post] .left h2 {
    font-size: 24px;
  }
  .page[post] .left h3 {
    font-size: 20px;
  }
  .page[post] .left h4 {
    font-size: 18px;
  }
  .page[post] .left h5 {
    font-size: 16px;
  }
  .page[post] .left h6 {
    font-size: 15px;
  }
}
.clearfix:after {
  content: "​";
  display: block;
  height: 0;
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.page {
  width: 1140px;
  box-sizing: border-box;
  margin: 0 auto;
}
.page .left {
  width: 75%;
  float: left;
  padding: 20px 30px;
  line-height: 1.6;
  font-size: 16px;
  background-color: #f8f8fd;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4), 0 0 30px rgba(10, 10, 0, 0.1) inset;
}
.page .left > h1 {
  margin-bottom: -10px;
}
.page .left a:not([title]) {
  word-break: break-all;
}
.page .left ul > h2 {
  margin-left: -40px;
  color: #6a6b6b;
}
.page .left ul li {
  line-height: 1.8;
  color: #888888;
}
.page .left ul li time {
  display: inline-block;
  width: 135px;
}
.page .left ul li .title {
  font-weight: bold;
  color: #223253;
  transition: 0.3s ease;
}
.page .left ul li .title:hover {
  color: #4d6dad;
}
.page .left ul li i {
  margin-right: 5px;
}
.page .left ul li .categories {
  padding: 0 15px;
}
.page .left ul li .categories i {
  color: #9e9d9d;
}
.page .left ul li .categories a {
  padding: 0 5px;
  background-color: #9e9d9d;
  color: #fff;
  font-size: 90%;
  transition: 0.3s ease;
}
.page .left ul li .categories a:hover {
  background-color: #b6b6b9;
}
.page .left ul li .pageTag i {
  color: #c6cbe9;
}
.page .left ul li .pageTag a {
  padding: 0 5px;
  background-color: #c6cbe9;
  border-radius: 4px;
  color: #fff;
  font-size: 90%;
  transition: 0.3s ease;
}
.page .left ul li .pageTag a:hover {
  background-color: #c0ddc7;
}
.page .anchor {
  display: none;
}
.page .right {
  float: left;
  width: 25%;
  padding-left: 20px;
  top: 0;
}
.page .right .fixed {
  position: fixed;
  top: 20px;
}
.page .right .scroll-bottom {
  position: absolute;
  bottom: 190px;
}
.page .right .side {
  box-sizing: border-box;
  background-color: #f8f8fd;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 30px rgba(10, 10, 0, 0.1) inset;
  padding-bottom: 1px;
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.page .right .side > div {
  padding: 12px 15px;
  border-bottom: 1px solid #c0c0c0;
  font-size: 16px;
  font-weight: bold;
}
.page .right .side a {
  color: #4d6dad;
  transition: 0.5s ease;
}
.page .right .side a:hover {
  color: #223253;
}
.page .right .content-ul {
  overflow-y: auto;
  padding-right: 10px;
  line-height: 1.8;
  padding-left: 35px;
}
.page .right .content-ul ul {
  padding-left: 20px;
}

@media screen and (max-width: 1200px) and (min-width: 770px) {
  .page {
    width: 90%;
  }
}
@media screen and (max-width: 770px) {
  .page {
    width: 95%;
  }
  .page .left {
    width: 100%;
    float: left;
    padding: 10px 14px;
    font-size: 14px;
  }
  .page .left > h1 {
    font-size: 25px;
    margin-bottom: -10px;
  }
  .page .left ul {
    padding-left: 20px;
  }
  .page .left ul > h2 {
    font-size: 20px;
    margin-left: -20px;
  }
  .page .left ul li {
    margin: 20px 0;
  }
  .page .left ul li time {
    display: block;
    width: auto;
  }
  .page .left ul li .title {
    display: block;
    font-size: 16px;
  }
  .page .left ul li .categories {
    font-size: 12px;
    padding-left: 0;
    padding-right: 10px;
  }
  .page .anchor {
    display: block;
    visibility: visible;
    position: fixed;
    top: 76px;
    right: 2.5%;
    padding: 5px 10px;
    color: #333;
    font-size: 15px;
    background-color: #f8f8fd;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3), 0 0 30px rgba(10, 10, 0, 0.1) inset;
    opacity: 0.7;
    transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38);
  }
  .page .anchor-hide {
    opacity: 0;
    visibility: hidden;
  }
  .page .right {
    visibility: hidden;
    position: fixed;
    float: none;
    width: auto;
    max-width: 95%;
    padding: 0;
    top: 76px;
    right: 2.5%;
    opacity: 0;
    transform-origin: 100% 0;
    transform: scale(0.1);
    transition: 0.2s cubic-bezier(0.5, 0.1, 0.51, 1.38);
  }
  .page .right-show {
    z-index: 999;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
  }
  .page .right-show .content-ul {
    margin-bottom: 0;
  }
  .page .right-show .content-ul > li:last-of-type {
    margin-bottom: 16px;
  }
}
/**
 * Syntax highlighting styles
 */
code {
  background-color: rgba(0, 0, 0, 0.06);
  border-radius: 3px;
  border: 1px solid #d7d0d2;
  color: #000;
  display: inline-block;
  font-family: Monaco, Menlo, "Microsoft YaHei Mono", Consolas, "Courier New", monospace, sans-serif;
  font-size: 90%;
  margin: 0 2px;
  overflow: auto !important;
  padding: 1px 4px;
  vertical-align: middle;
  white-space: pre-line !important;
  word-wrap: break-word !important;
}

pre code {
  font-family: Monaco, Menlo, "Microsoft YaHei Mono", Consolas, "Courier New", monospace, sans-serif;
  display: inline-block;
  overflow: auto !important;
  white-space: pre !important;
  word-wrap: break-word !important;
  padding: 15px 15px 15px 15px;
  vertical-align: middle;
  width: 90%;
  overflow-x: auto;
  background-color: #282c34;
  border: 1px solid #282c34;
  border-radius: 4px;
  color: #abb2bf;
}

.highlight {
  border-radius: 3px;
  background: #282c34;
}
.highlight .hll {
  background-color: #282c34;
}
.highlight .c {
  color: #75715e;
}
.highlight { /* Comment */ }
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}
.highlight { /* Error */ }
.highlight .k {
  color: #e06c75;
}
.highlight { /* Keyword */ }
.highlight .l {
  color: #ae81ff;
}
.highlight { /* Literal */ }
.highlight .n {
  color: #61afef;
}
.highlight { /* Name */ }
.highlight .o {
  color: #528bff;
}
.highlight { /* Operator */ }
.highlight .p {
  color: #528bff;
}
.highlight { /* Punctuation */ }
.highlight .cm {
  color: #75715e;
}
.highlight { /* Comment.Multiline */ }
.highlight .cp {
  color: #75715e;
}
.highlight { /* Comment.Preproc */ }
.highlight .c1 {
  color: #75715e;
}
.highlight { /* Comment.Single */ }
.highlight .cs {
  color: #75715e;
}
.highlight { /* Comment.Special */ }
.highlight .ge {
  font-style: italic;
}
.highlight { /* Generic.Emph */ }
.highlight .gs {
  font-weight: bold;
}
.highlight { /* Generic.Strong */ }
.highlight .kc {
  color: #66d9ef;
}
.highlight { /* Keyword.Constant */ }
.highlight .kd {
  color: #66d9ef;
}
.highlight { /* Keyword.Declaration */ }
.highlight .kn {
  color: #f92672;
}
.highlight { /* Keyword.Namespace */ }
.highlight .kp {
  color: #66d9ef;
}
.highlight { /* Keyword.Pseudo */ }
.highlight .kr {
  color: #66d9ef;
}
.highlight { /* Keyword.Reserved */ }
.highlight .kt {
  color: #66d9ef;
}
.highlight { /* Keyword.Type */ }
.highlight .ld {
  color: #e6db74;
}
.highlight { /* Literal.Date */ }
.highlight .m {
  color: #ae81ff;
}
.highlight { /* Literal.Number */ }
.highlight .s {
  color: #e6db74;
}
.highlight { /* Literal.String */ }
.highlight .na {
  color: #a6e22e;
}
.highlight { /* Name.Attribute */ }
.highlight .nb {
  color: #c678dd;
}
.highlight { /* Name.Builtin */ }
.highlight .nc {
  color: #a6e22e;
}
.highlight { /* Name.Class */ }
.highlight .no {
  color: #66d9ef;
}
.highlight { /* Name.Constant */ }
.highlight .nd {
  color: #a6e22e;
}
.highlight { /* Name.Decorator */ }
.highlight .ni {
  color: #f8f8f2;
}
.highlight { /* Name.Entity */ }
.highlight .ne {
  color: #a6e22e;
}
.highlight { /* Name.Exception */ }
.highlight .nf {
  color: #a6e22e;
}
.highlight { /* Name.Function */ }
.highlight .nl {
  color: #f8f8f2;
}
.highlight { /* Name.Label */ }
.highlight .nn {
  color: #f8f8f2;
}
.highlight { /* Name.Namespace */ }
.highlight .nx {
  color: #a6e22e;
}
.highlight { /* Name.Other */ }
.highlight .py {
  color: #f8f8f2;
}
.highlight { /* Name.Property */ }
.highlight .nt {
  color: #f92672;
}
.highlight { /* Name.Tag */ }
.highlight .nv {
  color: #f8f8f2;
}
.highlight { /* Name.Variable */ }
.highlight .ow {
  color: #f92672;
}
.highlight { /* Operator.Word */ }
.highlight .w {
  color: #f8f8f2;
}
.highlight { /* Text.Whitespace */ }
.highlight .mf {
  color: #ae81ff;
}
.highlight { /* Literal.Number.Float */ }
.highlight .mh {
  color: #ae81ff;
}
.highlight { /* Literal.Number.Hex */ }
.highlight .mi {
  color: #ae81ff;
}
.highlight { /* Literal.Number.Integer */ }
.highlight .mo {
  color: #ae81ff;
}
.highlight { /* Literal.Number.Oct */ }
.highlight .sb {
  color: #e6db74;
}
.highlight { /* Literal.String.Backtick */ }
.highlight .sc {
  color: #e6db74;
}
.highlight { /* Literal.String.Char */ }
.highlight .sd {
  color: #e6db74;
}
.highlight { /* Literal.String.Doc */ }
.highlight .s2 {
  color: #e6db74;
}
.highlight { /* Literal.String.Double */ }
.highlight .se {
  color: #ae81ff;
}
.highlight { /* Literal.String.Escape */ }
.highlight .sh {
  color: #e6db74;
}
.highlight { /* Literal.String.Heredoc */ }
.highlight .si {
  color: #e6db74;
}
.highlight { /* Literal.String.Interpol */ }
.highlight .sx {
  color: #e6db74;
}
.highlight { /* Literal.String.Other */ }
.highlight .sr {
  color: #e6db74;
}
.highlight { /* Literal.String.Regex */ }
.highlight .s1 {
  color: #98c379;
}
.highlight { /* Literal.String.Single */ }
.highlight .ss {
  color: #e6db74;
}
.highlight { /* Literal.String.Symbol */ }
.highlight .bp {
  color: #f8f8f2;
}
.highlight { /* Name.Builtin.Pseudo */ }
.highlight .vc {
  color: #f8f8f2;
}
.highlight { /* Name.Variable.Class */ }
.highlight .vg {
  color: #f8f8f2;
}
.highlight { /* Name.Variable.Global */ }
.highlight .vi {
  color: #f8f8f2;
}
.highlight { /* Name.Variable.Instance */ }
.highlight .il {
  color: #ae81ff;
}
.highlight { /* Literal.Number.Integer.Long */ }
.highlight { /* Generic Heading & Diff Header */ }
.highlight .gu {
  color: #75715e;
}
.highlight { /* Generic.Subheading & Diff Unified/Comment? */ }
.highlight .gd {
  color: #f92672;
}
.highlight { /* Generic.Deleted & Diff Deleted */ }
.highlight .gi {
  color: #a6e22e;
}
.highlight { /* Generic.Inserted & Diff Inserted */ }

.page[index] a {
  color: #4d6dad;
  transition: 0.5s ease;
}
.page[index] a:hover {
  color: #223253;
}
.page[index] .left > ul {
  padding: 0;
}
.page[index] .left > ul > li {
  list-style: none;
}
.page[index] .left > ul li {
  color: #333;
}
.page[index] .left > ul li h2 {
  border: none;
  font-size: 27px;
  margin: 0;
}
.page[index] .left > ul li .label {
  margin-bottom: 15px;
  overflow: hidden;
}
.page[index] .left > ul li .label .label-card {
  float: left;
  margin-right: 15px;
}
.page[index] .left > ul li .label .label-card i {
  padding-right: 0;
  margin-right: 3px;
  color: #6b6a6a;
}
.page[index] .left > ul li .label .categories {
  padding: 0;
}
.page[index] .left > ul li .excerpt h2 {
  font-size: 24px;
}
.page[index] .left > ul li .excerpt h3 {
  font-size: 22px;
}
.page[index] .left > ul li .excerpt h4 {
  font-size: 20px;
}
.page[index] .left > ul li .read-all {
  text-align: right;
  font-size: 14px;
}
.page[index] .left > ul li .read-all a {
  color: #778ab0;
  transition: 0.2s ease;
}
.page[index] .left > ul li .read-all a:hover {
  color: #5872a7;
}
.page[index] .left > ul li .read-all a i {
  padding-right: 3px;
}
.page[index] .left .pagination {
  text-align: center;
}
.page[index] .left .pagination .previous,
.page[index] .left .pagination .next {
  font-size: 20px;
  padding: 0 5px;
}
.page[index] .left .pagination .page_number {
  padding: 0 5px;
}
.page[index] .left .pagination .disable {
  color: #cbcbcb;
}
.page[index] .right .wrap .side {
  margin-bottom: 20px;
  padding-bottom: 0;
}
.page[index] .right .wrap .side i {
  margin-right: 3px;
}
.page[index] .right .wrap .side .content-ul[cate] {
  overflow: hidden;
  list-style: none;
  margin: 0;
  padding: 0;
}
.page[index] .right .wrap .side .content-ul[cate] li {
  font-size: 14px;
}
.page[index] .right .wrap .side .content-ul[cate] li a {
  display: block;
  width: 100%;
  padding: 2px 0;
  border-bottom: 1px solid #eee;
}
.page[index] .right .wrap .side .content-ul[cate] li a:hover {
  background-color: #dbdfee;
}
.page[index] .right .wrap .side .content-ul[cate] li a:hover .badge {
  background-color: #dbdfee;
  transform: scale(1.2) rotate(360deg);
}
.page[index] .right .wrap .side .content-ul[cate] li a .name {
  padding-left: 15px;
}
.page[index] .right .wrap .side .content-ul[cate] li a .badge {
  display: block;
  float: right;
  text-align: center;
  margin-right: 15px;
  margin-top: 3px;
  padding: 0 10px;
  font-size: 12px;
  color: #fff;
  background-color: #bbb;
  border-radius: 50%;
  transition: 0.5s ease-in-out;
}
.page[index] .right .wrap .side .content-ul[cate] li:last-of-type a {
  border: none;
}
.page[index] .right .wrap .side .content-ul[recent] {
  padding-bottom: 16px;
}
.page[index] .right .wrap .side .content-ul[recent] li {
  color: #aaa;
  font-size: 14px;
}
.page[index] .right .wrap .side .tags-cloud {
  font-weight: normal;
}
.page[index] .right .wrap .side .tags-cloud a {
  padding: 0 3px;
  border-radius: 5px;
}
.page[index] .right .wrap .side .tags-cloud a:hover {
  background-color: #f0e7ce;
}

@media screen and (max-width: 770px) {
  .page[index] .left > ul li h2 {
    font-size: 22px;
  }
  .page[index] .left > ul li .excerpt h2 {
    font-size: 20px;
  }
  .page[index] .left > ul li .excerpt h3 {
    font-size: 18px;
  }
  .page[index] .left > ul li .excerpt h4 {
    font-size: 16px;
  }
  .page[index] .left > ul li .excerpt li {
    margin: 0;
  }
}
.page[demo] .left {
  width: 100%;
}
.page[demo] .left a {
  color: #4d6dad;
  transition: 0.5s ease;
}
.page[demo] .left a:hover {
  color: #223253;
  background-color: #f4efeb;
}
.page[demo] .left .grid {
  margin: 0 auto;
  /* clearfix */
}
.page[demo] .left .grid:after {
  content: "";
  display: block;
  clear: both;
}
.page[demo] .left .grid .grid-item {
  width: 250px;
  background-color: #f8f8fd;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.page[demo] .left .grid .grid-item:hover {
  -webkit-box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13);
  -moz-box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13);
  box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13);
}
.page[demo] .left .grid .grid-item .a-img {
  color: #fff;
}
.page[demo] .left .grid .grid-item .a-img:hover {
  color: #fff;
  background-color: #fff;
}
.page[demo] .left .grid .grid-item .demo-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 8px;
}
.page[demo] .left .grid .grid-item p {
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.deep {
  transition: 0.32s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform-style: preserve-3d;
  transform: perspective(1600px) rotateX(14deg) translateZ(-200px);
}

.page[post] .left a {
  color: #4d6dad;
  transition: 0.5s ease;
}
.page[post] .left a:hover {
  color: #223253;
  background-color: #f4efeb;
}
.page[post] .left .grid {
  margin: 0 auto;
  /* clearfix */
}
.page[post] .left .grid:after {
  content: "";
  display: block;
  clear: both;
}
.page[post] .left .grid .grid-item {
  width: 250px;
  background-color: #fff;
  margin-bottom: 20px;
  padding-bottom: 10px;
  float: left;
  transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.page[post] .left .grid .grid-item:hover {
  -webkit-box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13);
  -moz-box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13);
  box-shadow: 0 2px 30px -1px rgba(0, 0, 0, 0.6), inset 0 0 87px 0 rgba(184, 184, 184, 0.13);
}
.page[post] .left .grid .grid-item .a-img {
  color: #fff;
}
.page[post] .left .grid .grid-item .a-img:hover {
  color: #fff;
  background-color: #fff;
}
.page[post] .left .grid .grid-item .demo-title {
  font-size: 18px;
  font-weight: bold;
  margin: 0 8px;
}
.page[post] .left .grid .grid-item p {
  margin: 0;
  padding: 0 8px;
  font-size: 14px;
}

.deep {
  transition: 0.32s cubic-bezier(0.46, 0.03, 0.52, 0.96);
  transform-style: preserve-3d;
  transform: perspective(1600px) rotateX(14deg) translateZ(-200px);
}

.site-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  background-color: #2b2b3c;
  box-shadow: 0 -2px 4px 1px rgba(0, 0, 0, 0.5);
  color: #bbb;
}
.site-footer .wrapper {
  width: 1140px;
  margin: 0 auto;
  padding: 15px 0;
  text-align: center;
  font-size: 14px;
}
.site-footer .wrapper p {
  margin: 0;
  line-height: 1.6;
}
.site-footer .wrapper .contact {
  display: inline-block;
}
.site-footer .wrapper .contact a {
  color: #ccc;
  transition: 0.3s ease;
}
.site-footer .wrapper .contact a:hover {
  color: #fff;
}
.site-footer .wrapper .contact a i {
  margin: 0 5px;
  font-size: 20px;
}
.site-footer .wrapper .description {
  display: inline-block;
}
.site-footer .wrapper .power a {
  color: #8F90C5;
  transition: 0.3s ease;
}
.site-footer .wrapper .power a:hover {
  color: #fff;
}

@media screen and (max-width: 1200px) and (min-width: 770px) {
  .site-footer .wrapper {
    width: 90%;
  }
}
@media screen and (max-width: 770px) {
  .site-footer .wrapper {
    width: 90%;
  }
}
.content-ul::-webkit-scrollbar {
  width: 7px;
  height: 6px;
}
.content-ul::-webkit-scrollbar-button {
  width: 0;
  height: 0;
}
.content-ul::-webkit-scrollbar-thumb {
  background: #D3D3D3;
  border: 0 none #ffffff;
  border-radius: 50px;
}
.content-ul::-webkit-scrollbar-thumb:hover {
  background: #a8a8a8;
}
.content-ul::-webkit-scrollbar-thumb:active {
  background: #787878;
}
.content-ul::-webkit-scrollbar-track {
  background: #F1F1F1;
  border-radius: 50px;
}
.content-ul::-webkit-scrollbar-track:hover {
  background: #e2e2e2;
}
.content-ul::-webkit-scrollbar-track:active {
  background: #cccccc;
}
.content-ul::-webkit-scrollbar-corner {
  background: transparent;
}

.back-to-top {
  position: fixed;
  left: 50%;
  margin-left: 580px;
  bottom: 37px;
  background-color: #f8f8fd;
  visibility: hidden;
  opacity: 0;
  transition: 0.4s ease;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3), 0 0 30px rgba(10, 10, 0, 0.1) inset;
}
.back-to-top a {
  display: block;
  background-color: #eee;
  width: 38px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #b4b4b4;
}

.back-to-top-show {
  visibility: visible;
  opacity: 0.7;
}
.back-to-top-show:hover {
  opacity: 1;
}

@media screen and (max-width: 1200px) and (min-width: 770px) {
  .back-to-top {
    left: 50%;
    margin-left: 45.5%;
  }
}
@media screen and (max-width: 770px) {
  .back-to-top {
    right: 2.5%;
    left: auto;
    margin-left: 0px;
  }
  .back-to-top a {
    width: 33px;
    height: 33px;
    line-height: 33px;
    text-align: center;
    font-size: 18px;
  }
}

/*# sourceMappingURL=main.css.map */